home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow_WinXP / VideoControl / CPP / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  887 b   |  25 lines

  1. Windows XP DirectShow Sample -- C++ VideoControl
  2. ------------------------------------------------
  3.  
  4. This sample demonstrates using the Microsoft Video Control to view
  5. ATSC digital television in a window.  This is a simple ATL application
  6. that merely hosts the control and allows you to adjust the channel
  7. up or down.
  8.  
  9. When CPPVideoControl launches, it will look for an ATSC Network
  10. provider on your system.  If a working tuner is found, CPPVideoControl 
  11. builds the digital television filter graph, tunes to channel 46, 
  12. and displays the broadcast signal.  It may take several seconds to 
  13. completely build the digital television filter graph, so please be patient.
  14.  
  15.  
  16. Requirements
  17. ------------
  18.  
  19. - Windows XP operating system
  20.  
  21. - BDA-compatible ATSC digital tuner card, such as the Broadlogic DTA-100 receiver.
  22.  
  23. - MPEG-2 decoder (for example, a software DVD decoder)
  24.  
  25.